home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / X11 / xkb / symbols / kr < prev    next >
Encoding:
Text File  |  2009-03-31  |  626 b   |  31 lines

  1. // $XKeyboardConfig$
  2. //
  3.  
  4. default  alphanumeric_keys
  5. xkb_symbols "kr106" {
  6.     name[Group1]= "Korea, Republic of";
  7.     include "us"
  8.     include "kr(koreankeys)"
  9. };
  10.  
  11. alphanumeric_keys
  12. xkb_symbols "kr104" {
  13.     name[Group1]= "Korea, Republic of - 101/104 key Compatible";
  14.     include "us"
  15.     include "kr(koreankeys)"
  16.     include "kr(koreankeys_raltctl)"
  17. };
  18.  
  19. partial hidden function_keys
  20. xkb_symbols "koreankeys" {
  21.     key <K72> { [ Hangul ] };
  22.     key <K71> { [ Hangul_Hanja ] };    
  23. };
  24.  
  25. partial hidden function_keys
  26. xkb_symbols "koreankeys_raltctl" {
  27.     key <RALT> { [ Hangul ] };
  28.     key <RCTL> { [ Hangul_Hanja ] };    
  29. };
  30.  
  31.